Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation for the new private preview feature #786

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

pvrk
Copy link
Contributor

@pvrk pvrk commented Jan 9, 2025

No description provided.

Copy link
Contributor

Learn Build status updates of commit e04ec35:

✅ Validation status: passed

File Status Preview URL Details
sharepoint/sharepoint-ps/sharepoint-online/Get-SPODataAccessGovernanceInsight.md ✅Succeeded View (sharepoint-ps)
sharepoint/sharepoint-ps/sharepoint-online/Start-SPODataAccessGovernanceInsight.md ✅Succeeded View (sharepoint-ps)

For more details, please refer to the build report.

For any questions, please:

@@ -53,7 +53,7 @@ Specifies the entity that could cause oversharing and hence tracked by these rep
Type: ReportEntityEnum
Parameter Sets: GetAllReportsParameterSet
Aliases:
Accepted values: SharingLinks_Anyone, SharingLinks_PeopleInYourOrg, SharingLinks_Guests, SensitivityLabelForFiles, EveryoneExceptExternalUsersAtSite, EveryoneExceptExternalUsersForItems, PermissionedUsers
Accepted values: SharingLinks_Anyone, SharingLinks_PeopleInYourOrg, SharingLinks_Guests, SensitivityLabelForFiles, EveryoneExceptExternalUsersAtSite, EveryoneExceptExternalUsersForItems, PermissionedUsers, PermissionsReport (Preview)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(Preview)

remove (preview) since it's not part of the accepted value -- it's an explanation

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

applies to the other file as well

@@ -255,6 +268,22 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -UserIDList

Specifies the AAD/Entra object IDs of the users for whom permissions report should be generated. Can be fetched using the ```Get-MgUser``` command from Microsoft Graph PowerShell.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AAD/

remove "AAD" as the official name is now just Entra

@@ -255,6 +268,22 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -UserIDList

Specifies the AAD/Entra object IDs of the users for whom permissions report should be generated. Can be fetched using the ```Get-MgUser``` command from Microsoft Graph PowerShell.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

single backtick

@@ -255,6 +268,22 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -UserIDList

Specifies the AAD/Entra object IDs of the users for whom permissions report should be generated. Can be fetched using the ```Get-MgUser``` command from Microsoft Graph PowerShell.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

single backtick

@@ -255,6 +268,22 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -UserIDList

Specifies the AAD/Entra object IDs of the users for whom permissions report should be generated. Can be fetched using the ```Get-MgUser``` command from Microsoft Graph PowerShell.
Copy link
Contributor

@samkabue samkabue Jan 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Microsoft Graph PowerShel

you could href link this:

[Microsoft Graph PowerShell](/powershell/module/microsoft.graph.users/get-mguser)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants